home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000245_news@columbia.edu _Wed Feb 16 15:10:12 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03148
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:12 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA22065
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 11 Feb 2000 09:36:32 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Connecting to Internet
  11. Date: 11 Feb 2000 14:36:30 GMT
  12. Organization: Columbia University
  13. Message-ID: <8816pe$lhe$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <uPLo4.59$ysd1.1507468@tomcat.sk.sympatico.ca>,
  17. David Cox <d.cox@sk.sympatico.ca> wrote:
  18. : ...  I would like to connect with the program ZIICS.  It is an Internet
  19. : chess server program that doesn't work with a PPP connection.  I was
  20. : trying to find out how Kermit connects so that I might find a way to
  21. : connect with ZIICS.  It seems that ZIICS requires a 'shell connection'.
  22. : From what I can figure out, this is something to do with a Unix type
  23. : computer that connects to the Internet and allows ZIICS to work.
  24. :
  25. This probably means that you simply use Kermit to dial the Unix computer.
  26. In that case you don't need anything extra; you just use Kermit as it is;
  27. the Internet part is taken care of by the computer that you dialed, not by
  28. Kermit.
  29.  
  30. - Frank